home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / srtsltn / data1.cab / Target / Samples / MFCSmpl / ReadMe.txt < prev    next >
Encoding:
Text File  |  1998-08-05  |  3.3 KB  |  80 lines

  1. This file contains Visual Basic declarations for the Sort Solution Library
  2. Copyright ⌐ 1998 Mario M. Westphal
  3. All Rights reserved
  4. This source code is only intended as a supplement to the Sort Solution user 
  5. documentation and related electronic documentation provided with the library.
  6. See these sources for detailed information regarding the Sort Solution product.
  7.  
  8. MFCSmpl demonstrates how easy it is to include the Sort Solution library
  9. in your own applications.
  10.  
  11.  
  12. mfcsmplDlg.h, mfcsmplDlg.cpp - the dialog
  13.     These files contain your CMfcsmplDlg class.  This class defines
  14.     the behavior of your application's main dialog.  The dialog's
  15.     template is in mfcsmpl.rc, which can be edited in Microsoft
  16.     Developer Studio.
  17.  
  18. *    This class is also the place where the Sort Solution functions are
  19. *    included and executed. Look here for samples how to use the
  20. *    various functions in the library
  21.  
  22. mfcsmpl.h
  23.     This is the main header file for the application.  It includes other
  24.     project specific headers (including Resource.h) and declares the
  25.     CMfcsmplApp application class.
  26.  
  27. mfcsmpl.cpp
  28.     This is the main application source file that contains the application
  29.     class CMfcsmplApp.
  30.  
  31. mfcsmpl.rc
  32.     This is a listing of all of the Microsoft Windows resources that the
  33.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  34.     in the RES subdirectory.  This file can be directly edited in Microsoft
  35.     Developer Studio.
  36.  
  37. res\mfcsmpl.ico
  38.     This is an icon file, which is used as the application's icon.  This
  39.     icon is included by the main resource file mfcsmpl.rc.
  40.  
  41. res\mfcsmpl.rc2
  42.     This file contains resources that are not edited by Microsoft 
  43.     Developer Studio.  You should place all resources not
  44.     editable by the resource editor in this file.
  45.  
  46. mfcsmpl.clw
  47.     This file contains information used by ClassWizard to edit existing
  48.     classes or add new classes.  ClassWizard also uses this file to store
  49.     information needed to create and edit message maps and dialog data
  50.     maps and to create prototype member functions.
  51.  
  52.  
  53. /////////////////////////////////////////////////////////////////////////////
  54. Other standard files:
  55.  
  56. StdAfx.h, StdAfx.cpp
  57.     These files are used to build a precompiled header (PCH) file
  58.     named mfcsmpl.pch and a precompiled types file named StdAfx.obj.
  59.  
  60. Resource.h
  61.     This is the standard header file, which defines new resource IDs.
  62.     Microsoft Developer Studio reads and updates this file.
  63.  
  64. /////////////////////////////////////////////////////////////////////////////
  65. Other notes:
  66.  
  67. AppWizard uses "TODO:" to indicate parts of the source code you
  68. should add to or customize.
  69.  
  70. If your application uses MFC in a shared DLL, and your application is 
  71. in a language other than the operating system's current language, you
  72. will need to copy the corresponding localized resources MFC40XXX.DLL
  73. from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
  74. and rename it to be MFCLOC.DLL.  ("XXX" stands for the language abbreviation.
  75. For example, MFC40DEU.DLL contains resources translated to German.)  If you
  76. don't do this, some of the UI elements of your application will remain in the
  77. language of the operating system.
  78.  
  79. /////////////////////////////////////////////////////////////////////////////
  80.